home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / support / product_specification.swf / scripts / DefineButton2_8 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-06-08  |  542 b   |  16 lines

  1. on(release){
  2.    if(_parent.clicked != true or !_root.switchingStage)
  3.    {
  4.       _level1._root.setAlternativeCaption(_root.volumeAlternative[_root.itemCurrent]);
  5.       _parent.clicked = true;
  6.       menu = "menu";
  7.       parLabel = _level1._root.menuLabel;
  8.       parLabel = "PRODUCTS";
  9.       id = _level1._root.menuId;
  10.       subLabel = _root.itemText + _root.itemCurrent;
  11.       act = "volumes/volume_" + _root.itemCurrent;
  12.       _level1._root.setCaption(menu,id,parLabel,subLabel,act);
  13.       _level1._root.controller(act);
  14.    }
  15. }
  16.